-
Notifications
You must be signed in to change notification settings - Fork 29
LLM pipeline implementation #1040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…re pipeline cannot handle an input size larger than the max prefill size
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
…lemented performance benchmark for LLM pipeline
…y input and issue_query only handles output tokens
mohitmundhragithub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
|
|
Regarding IOS CI issue, the problem was in 2 parts:
1 was resolved by adding a patch that -for the time being- creates a macro that forces exceptions to be off. This macro is enabled only for IOS builds 2 was resolved by getting the same version of Tensorflow 2.18.0->XNNPack->FP16 and applying a patch that removes math.h as a dependency. |
|
@anhappdev please help check if it's safe to merge this into the master branch. |
@farook-edev I’m not quite sure why there’s a compatibility issue with Anyway, could we upgrade TensorFlow? Which version should we use? @anhappdev |
|
@anhappdev let's create a |
|
|
@anhappdev and @freedomtan to check if the number of samples is one. @farook-edev please upgrade the version of loadgen first. |
@Mostelk different input/output sizes appear to be to much of mobile environment, so let's have a simple configuration. |
Regarding TensorFlow version. If possible we should use the latest available v2.20.0 because it work with Bazel 7, which will resolve the issue with iOS build on macOS 26. TensorFlow v2.19 and earlier still use Bazel 6. |
|
@farook-edev Could you build the Android app on macOS? I'm getting this error: The iOS build works fine on macOS, though. |



No description provided.